GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddPolygonAnnotInteractive / AddPolygonAnnotInteractive(Int32,Single,Int32,Single) Method





In This Topic
AddPolygonAnnotInteractive(Int32,Single,Int32,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub AddPolygonAnnotInteractive( _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal BackColor As Integer, _
   ByVal Opacity As Single _
) 
public void AddPolygonAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   int BackColor,
   float Opacity
)
public procedure AddPolygonAnnotInteractive( 
    BorderColor: Integer;
    BorderWidth: Single;
    BackColor: Integer;
    Opacity: Single
); 
public function AddPolygonAnnotInteractive( 
   BorderColor : int,
   BorderWidth : float,
   BackColor : int,
   Opacity : float
);
public: void AddPolygonAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   int BackColor,
   float Opacity
) 
public:
void AddPolygonAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   int BackColor,
   float Opacity
) 

Parameters

BorderColor
BorderWidth
BackColor
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List